/* ========================================================================
   GIAINS MODS
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #0f75bc;
    text-transform: none;
	letter-spacing: 0em;
}

a {
    color: #0f75bc;
}

.tm-toolbar {
    	padding: 4px 0;
	background: #ebf0f2;
	border-bottom: solid 1px #0f75bc;
}

.tm-toolbar + .tm-headerbar + .tm-wrapper {
    padding-top: 4px !important;
}

.tm-headerbar + .tm-wrapper {
    padding-top: 4px !important;
}


.uk-article-title {
    font-size: 20px;
    text-transform: none;
    padding-top: 4px;
	line-height: 24px;
}

h1, .uk-h1 {
    font-size: 24px;
    line-height: 30px;
}

.uk-navbar-nav > li > a {
    color: #849ea9;
	font-size: 14px;
}

.uk-subnav > * > * {
    font-size: 11px;
    font-weight: 400;
}

.uk-subnav > * {
    padding-left: 4px;
}


.uk-tab > li.uk-active > a {
    background: #0a6cb6;
    color: #eefaf9;
}

.uk-float-left, .uk-float-right {
    color: #009cdc;
}

.uk-navbar-toggle {
    color: #009cdc;
    text-decoration: none;
}

.uk-panel-title {
    font-weight: 400;
    color: #0f75bc;
	text-transform: none;
}

.uk-panel-box .uk-panel-title {
    font-weight: 400;
    color: #0f75bc;
}

.form-horizontal .control-group {
    margin-bottom: 2px;
}

.form-horizontal .control-label {
    width: 250px;
    padding-top: 6px;
    text-align: left;
}

.uk-form label {
    line-height: 10px;
    font-size: 14px;
}

label, input, button, select, textarea {
    font-size: 14px;
    line-height: 10px;
}

strong.formRequired {
    font-weight: normal;
    color: #c40404;
}

hr {
        border-top: 1px solid #086CB4;
        border-top-color: rgb(8, 108, 180);
        border-top-style: solid;
        border-top-width: 1px;
}


.tm-breadcrumb {
    margin: 0 0 6px 0;
}


/* ========================================================================
   FORM SUBMISSIONS LAYOUT FRONT END - BEGIN
 ========================================================================== */

#rsform-table1 .rsform-table-row .rsform-right-col {
    color: #000000;
}

#rsform-table1 .rsform-table-row .rsform-left-col {
    vertical-align: top;
}


/* ========================================================================
   FORM SUBMISSIONS LAYOUT FRONT END - END
 ========================================================================== */
 
 /*  MG Changes */
 //Removes inner padding and border in Firefox 4+.
.gsf-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.gsf-button {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #ffffff;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  background: #0a6cb6;
  vertical-align: middle;
  line-height: 40px;
  min-height: 40px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1px rgba(0, 0, 0, 0.05), inset 0 1px rgba(255, 255, 255, 0.02);
}
.gsf-button:not(:disabled) {
  cursor: pointer;
}

.gsf-email-ok {
	background-color: #0F0;
	color: #000;
	border-radius: 3px;
	padding: 5px;
}
.gsf-email-err {
	background-color: #F00;
	color: #000;
	border-radius: 3px;
	padding: 5px;
}
